.slider-wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  height: 450px;
  overflow: hidden;
  min-width: 1200px;
}
.slider-wrapper .slider {
  position: absolute;
  top: 0;
  width: 1920px;
  height: 450px;
  left: 50%;
  margin-left: -960px;
}
.slider-wrapper .slider img {
  width: 1920px;
  height: 450px;
}
.slider-wrapper.theme-default .nivo-controlNav {
  margin-top: -42px;
  position: relative;
  z-index: 9;
  padding: 0;
}
.slider-wrapper.theme-default .nivo-prevNav {
  left: 375px;
}
.slider-wrapper.theme-default .nivo-nextNav {
  right: 375px;
}
.channel {
  min-width: 1200px;
}
.channel .title {
  padding: 50px 0 33px 0;
  text-align: center;
}
.channel .title .t {
  font-weight: bold;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
}
.channel .title .t .en {
  color: #009cff;
}
.channel .title .t .zh {
  color: #48484e;
  margin-left: 2px;
}
.channel .title .d {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999999;
}
.channel .services {
  padding: 28px 0;
}
.channel .services ul.list {
  display: block;
  zoom: 1;
}
.channel .services ul.list:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.channel .services ul.list li {
  width: 200px;
  height: 228px;
  float: left;
}
.channel .services ul.list li .p {
  text-align: center;
  padding-bottom: 18px;
}
.channel .services ul.list li .p img {
  width: 86px;
  height: 86px;
}
.channel .services ul.list li .t {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.channel .services ul.list li .d {
  margin: 6px 18px;
  height: 54px;
  line-height: 18px;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.channel .services ul.list li .m {
  text-align: center;
}
.channel .services ul.list li .m .more {
  cursor: pointer;
  color: #999999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.channel .services ul.list li .m .more:after {
  content: '\003E';
}
.channel .services ul.list li .m .more:hover {
  text-shadow: 0 0 2px #999999;
}
.channel .brands {
  padding-bottom: 50px;
  overflow: hidden;
}
.channel .brands .list {
  display: block;
  zoom: 1;
  margin-left: -8px;
}
.channel .brands .list:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.channel .brands .list li {
  float: left;
  padding: 0 0 10px 10px;
}
.channel .brands .list li a {
  display: block;
  width: 122px;
  height: 48px;
  border: 1px solid #eeeeee;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.channel .brands .list li a:hover {
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.3);
}
.channel .brands .list li a img {
  width: 100%;
  height: 100%;
}
.channel .news {
  padding-bottom: 12px;
}
.channel .news .list {
  display: block;
  zoom: 1;
  margin-left: -58px;
}
.channel .news .list:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.channel .news .list li {
  float: left;
  width: 360px;
  height: 58px;
  padding-left: 58px;
  overflow: hidden;
  padding-bottom: 58px;
}
.channel .news .list li .item {
  padding-left: 72px;
  height: 58px;
  overflow: hidden;
  position: relative;
}
.channel .news .list li .time {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #d4d4d4;
  width: 58px;
  height: 58px;
  color: #ffffff;
  text-align: center;
  float: left;
}
.channel .news .list li .time span {
  display: block;
}
.channel .news .list li .time .date {
  font-size: 24px;
  padding: 6px 0 0 0;
  height: 30px;
  line-height: 30px;
}
.channel .news .list li .time .month {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.channel .news .list li .t {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.channel .news .list li .t a {
  color: #333333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.channel .news .list li .t a:hover {
  text-shadow: 0 0 2px #999;
  text-decoration: underline;
}
.channel .news .list li .d {
  padding: 5px 0 0 0;
  height: 30px;
  line-height: 15px;
  color: #999999;
  font-size: 12px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.channel.gray {
  background-color: #f5f5f5;
}
